Mode Constants Reference

Declared in CpclCommand.h

Mode

@enum Mode

二维码输入模式(QR code input mode)

Definition

typedef NS_ENUM(NSUInteger, Mode ) {
   QRCODE_INPUTMODE_A,
   QRCODE_INPUTMODE_M,
};

Constants

QRCODE_INPUTMODE_A

自动(automatic)

Declared In CpclCommand.h.

QRCODE_INPUTMODE_M

手动(该模式暂不支持)(Manual (this mode is not currently supported))

Declared In CpclCommand.h.

Declared In

CpclCommand.h